6f57c9195ad14ac636fcbe087fbb8cc5c32bfdd2,src/com/android/settings/DevelopmentSettings.java,DevelopmentSettings,updateAllOptions,#,726
Before Change
updateAppProcessLimitOptions();
updateShowAllANRsOptions();
updateVerifyAppsOverUsbOptions();
updateOtaDisableAutomaticUpdateOptions();
updateBugreportOptions();
updateForceRtlOptions();
updateLogdSizeValues();
After Change
updateAppProcessLimitOptions();
updateShowAllANRsOptions();
updateVerifyAppsOverUsbOptions();
if (mOtaDisableAutomaticUpdate != null) {
updateOtaDisableAutomaticUpdateOptions();
}
updateBugreportOptions();
updateForceRtlOptions();